home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_698_ufoAni / frame_191 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  207 b   |  7 lines

  1. if(!_global.scene.ufoDropScoreOver)
  2. {
  3.    _global.scene.ufoDropScoreOver = true;
  4.    _global.ctn.game.addScore(354,478,115,100);
  5.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),115,100);
  6. }
  7.